PATHMac OS 8 Developer Documentation > Operating System Services > Multiprocessing Services >

Adding Multitasking Capability to Applications Using Multiprocessing Services

   

MPTimerID

Multiprocessing Services manipulates timers by passing a timer ID, which is defined by the MPTimerID type:

typedef struct OpaqueMPTimerID* MPTimerID;

You obtain a timer ID by calling the function MPCreateTimer .

VERSION NOTES

Introduced with Multiprocessing Services 2.0.


© 1999 Apple Computer, Inc. – (Last Updated 07 May 99)